home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Sarrus / SBook.app / English.lproj / exporter.nib / data.classes next >
Text File  |  1994-12-14  |  609b  |  46 lines

  1. AppController = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     showPrefs:;
  5.     export:;
  6.     showSuperFindPanel:;
  7.     showInfo:;
  8.     setDebug:;
  9.     newList:;
  10.     import:;
  11.     saveAll:;
  12.     open:;
  13.     };
  14.     OUTLETS = {
  15.     modemCommandCell;
  16.     exporter;
  17.     prefPanel;
  18.     superFindCell;
  19.     infoPanel;
  20.     phoneDialingCell;
  21.     importer;
  22.     envelopeView;
  23.     envelopePanelView;
  24.     superFindPanel;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. Exporter = {
  34.     ACTIONS = {
  35.     setFormat:;
  36.     };
  37.     OUTLETS = {
  38.     exportView;
  39.     exportCell;
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43. FontConverter = {
  44.     SUPERCLASS = Object;
  45. };
  46.